home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10767 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  691 b 

  1. Path: connix.com!news
  2. From: Scott Hawley <shawley@connix.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: A question on for loop
  5. Date: Tue, 19 Mar 1996 16:57:48 -0800
  6. Organization: SHAWLEY SYSTEMS
  7. Message-ID: <314F580C.1C31@connix.com>
  8. References: <31471574.79D9@hdc-usa.com> <4i77ca$161@ccshst05.cs.uoguelph.ca> <4ikd0q$3c0@umbc9.umbc.edu>
  9. NNTP-Posting-Host: shawley.connix.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. start at 1 and run to 20 then write it as (i = 1; i < 20; i++).
  16.                                                      ^
  17.                                                    i <= 20 to include 20
  18.